home *** CD-ROM | disk | FTP | other *** search
- object MPEGConfig_AudioEffectForm: TMPEGConfig_AudioEffectForm
- Left = 247
- Top = 474
- BorderStyle = bsDialog
- Caption = '�������H'
- ClientHeight = 224
- ClientWidth = 488
- Color = clBtnFace
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 473
- Height = 105
- end
- object TimeLabel: TLabel
- Left = 272
- Top = 28
- Width = 105
- Height = 12
- Alignment = taRightJustify
- AutoSize = False
- end
- object VolumeGroupBox: TGroupBox
- Left = 8
- Top = 123
- Width = 169
- Height = 62
- TabOrder = 5
- object Label3: TLabel
- Left = 80
- Top = 31
- Width = 6
- Height = 12
- Caption = '%'
- end
- object NormalizeButton: TButton
- Left = 96
- Top = 25
- Width = 61
- Height = 25
- Caption = '���K��'
- TabOrder = 0
- OnClick = NormalizeButtonClick
- OnKeyDown = EditKeyDown
- end
- object VolumeEdit: TSpinExEdit
- Left = 14
- Top = 27
- Width = 61
- Height = 21
- AlignValue = False
- CanFloatValue = True
- Increment = 1
- MaxValue = 400
- TabOrder = 1
- Value = 0
- OnChange = VolumeEditChange
- OnKeyDown = EditKeyDown
- end
- end
- object FadeInGroupBox: TGroupBox
- Left = 184
- Top = 123
- Width = 145
- Height = 62
- TabOrder = 7
- object Label1: TLabel
- Left = 14
- Top = 32
- Width = 26
- Height = 12
- Caption = '����:'
- end
- object Label4: TLabel
- Left = 118
- Top = 31
- Width = 15
- Height = 12
- Caption = 'ms'
- end
- object FadeInTimeEdit: TSpinEdit
- Left = 52
- Top = 27
- Width = 61
- Height = 21
- Hint = '�t�F�[�h�C�������~���b�ōs�����w�肵�܂��B'
- MaxValue = 100000
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = FadeInTimeEditChange
- OnKeyDown = EditKeyDown
- end
- end
- object FadeInCheckBox: TCheckBox
- Left = 194
- Top = 122
- Width = 79
- Height = 17
- Hint = '����̎n�܂�ŁA���ʂ����񂾂�Ɩ�������ʏ�֖߂�悤�ɂ��܂��B'
- Caption = '�t�F�[�h�C��'
- TabOrder = 6
- OnClick = FadeInCheckBoxClick
- OnKeyDown = EditKeyDown
- end
- object FadeOutGroupBox: TGroupBox
- Left = 336
- Top = 123
- Width = 145
- Height = 62
- TabOrder = 9
- object Label2: TLabel
- Left = 14
- Top = 32
- Width = 26
- Height = 12
- Caption = '����:'
- end
- object Label5: TLabel
- Left = 118
- Top = 31
- Width = 15
- Height = 12
- Caption = 'ms'
- end
- object FadeOutTimeEdit: TSpinEdit
- Left = 52
- Top = 27
- Width = 61
- Height = 21
- Hint = '�t�F�[�h�A�E�g�����~���b�ōs�����w�肵�܂��B'
- MaxValue = 100000
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = FadeOutTimeEditChange
- OnKeyDown = EditKeyDown
- end
- end
- object FadeOutCheckBox: TCheckBox
- Left = 346
- Top = 122
- Width = 87
- Height = 17
- Hint =
- '����̏I���ŁA���ʂ����񂾂�ƒʏ킩�疳���ւƂȂ�悤�ɂ��܂�' +
- '�B'
- Caption = '�t�F�[�h�A�E�g'
- TabOrder = 8
- OnClick = FadeOutCheckBoxClick
- OnKeyDown = EditKeyDown
- end
- object VolumeCheckBox: TCheckBox
- Left = 18
- Top = 121
- Width = 95
- Height = 18
- Caption = '�{�����[���ύX'
- TabOrder = 4
- OnClick = VolumeCheckBoxClick
- OnKeyDown = EditKeyDown
- end
- object OKButton: TButton
- Left = 328
- Top = 194
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 10
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 408
- Top = 194
- Width = 75
- Height = 25
- Cancel = True
- Caption = '�L�����Z��'
- ModalResult = 2
- TabOrder = 11
- end
- object ProgressTrackBar: TTrackBar
- Left = 24
- Top = 48
- Width = 361
- Height = 31
- Enabled = False
- LineSize = 0
- Max = 100
- Orientation = trHorizontal
- PageSize = 100
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsManual
- OnChange = ProgressTrackBarChange
- OnKeyDown = EditKeyDown
- end
- object PlayButton: TButton
- Left = 399
- Top = 16
- Width = 75
- Height = 25
- Caption = '��'
- Enabled = False
- TabOrder = 1
- OnClick = PlayButtonClick
- OnKeyDown = EditKeyDown
- end
- object StopButton: TButton
- Left = 399
- Top = 80
- Width = 75
- Height = 25
- Caption = '��~'
- Enabled = False
- TabOrder = 3
- OnClick = StopButtonClick
- OnKeyDown = EditKeyDown
- end
- object PauseButton: TButton
- Left = 399
- Top = 48
- Width = 75
- Height = 25
- Caption = '�ꎞ��~'
- Enabled = False
- TabOrder = 2
- OnClick = PauseButtonClick
- OnKeyDown = EditKeyDown
- end
- object DXSound: TDXSound
- AutoInitialize = False
- Options = [soGlobalFocus, soExclusive]
- OnFinalize = DXSoundFinalize
- OnInitialize = DXSoundInitialize
- Left = 40
- Top = 72
- end
- object Timer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = TimerTimer
- Left = 72
- Top = 72
- end
- end
-